﻿/*-----------------[初始化]--------------*/
/*@font-face{
    
    font-family: 'sy_black';
    src: url('/fonts/NotoSansHans-Black.otf');
}
@font-face{
    
    font-family: 'sy_bold';
    src: url('/fonts/NotoSansHans-Bold.otf');
}
@font-face{
    
    font-family: 'sy_demilight';
    src: url('/fonts/NotoSansHans-DemiLight.otf');
}
@font-face{
    
    font-family: 'sy_light';
    src: url('/fonts/NotoSansHans-Light.otf');
}

@font-face{
    
    font-family: 'sy_medium';
    src: url('/fonts/NotoSansHans-Medium.otf');
}
@font-face{
    
    font-family: 'sy_regular';
    src: url('/fonts/NotoSansHans-Regular.otf');
}*/
body {
    color: #333;
    font-size: 12px;
   font-family: "微软雅黑", "Microsoft Yahei" !important;
    min-width: 1300px;
 /*    background: #f6f6f6; */
}

a {
    color: #444;
}

a:hover {
    color: #d7a746;
}

img, .ani {
    max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

input, textarea, select {
    font-size: 12px;
    color: #444;
    font-family: "sy_medium";
}

input[type='submit'], input[type='reset'], input[type='button'], select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@font-face {
    font-family: 'iconfont';
    src: url('/fonts/iconfont.eot');
    src: url('/fonts/iconfont.eot') format('embedded-opentype'),
    url('/fonts/iconfont.woff') format('woff'),
    url('/fonts/iconfont.ttf') format('truetype'),
    url('/fonts/iconfont.svg#iconfont') format('svg');
}
@font-face { 
  font-family: 'sophis'; 
  src: url('/fonts/sophisticate ssi semi bold italic.ttf');
}

@font-face { 
  font-family: 'PAINP'; 
  src: url('/fonts/painp.ttf');
}
.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/*布局*/
.wp {
    width: 1200px;
    margin: 0 auto;
}
.wp1 {
 
    margin: 0 auto;
}
.h50 {
    height: 50px;
    clear: both;
    overflow: hidden;
}

.h100 {
    height: 100px;
    clear: both;
    overflow: hidden;
}

* {
    outline: none;
}

@font-face {
    font-family: 'ShinePersonalUse';
    src: url('/fonts/shine personal use.ttf');
}

/*标题*/

/*按钮*/

/*颜色*/

/*******************************
    -------[=头部]-------
********************************/
#hd .wp1 .lineUp {
    height: 4px;
    background: #d7a746;
    position: absolute;
    top: 0;
    left: 12px;
    opacity: 0;
    -webkit-transition: left .4s, opacity .6s;
    -moz-transition: left .4s, opacity .6s;
    transition: left .4s, opacity .6s;
}

.fhdr {
    transition: all .5s;
    margin-right: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
}

.fhd {
    height: 90px !important;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
}

.flogo {
    width: 160px !important;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
}


#hd {
    margin-top: 0px;
    height: 100px;
    background: #fff;
    position: relative;
    z-index: 999;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
}

#hd .hdr {
    float: left;
    overflow: hidden;
    padding-top: 23px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    margin-left: 55px;
}

.logo {
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    display: block;
    float: left;
    width: 346px;
    height: 100px;
    /* position: relative; */
    /*  border-right: 1px #9e9e9e solid; */
    margin-left:30px;
     background: url('/images/logo.png') center left no-repeat;
    background-size: 344px;
}

.logo img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index:99;
}

.soBox {
    float: left;
    width: 0;
    height: 30px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-right: 30px;
    margin-top: 6px;
    border-bottom: 1px transparent solid;
}

.soBox .btn, .soBox .sub {
    width: 30px;
    height: 30px;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/images/sprite.png);
    background-position:-123px -141px;
    cursor: pointer;
   /*  -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; */
}

.soBox .btn:hover {
   /*  -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; */
    background: url(/images/sprite.png);
    background-position:-123px -108px;
}

.soBox .sub {
    display: none;
}

.soBox .inp {
    width: 100%;
    height: 30px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   
}

.soBox.open {
    width: 48px;
    border-color: #ccc;
}

.soBox.open .sub {
    display: block;
}

.soBox.open .btn {
    display: none;
}

#hd .share {
    float: left;
    overflow: hidden;
    padding: 6px 13px 0 10px;
}

#hd .share a {
    float: left;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
   /*  -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; */
    margin: 0 5px;
}

#hd .share .a-tsina {
    background-image: url(/images/sprite.png);
    background-position: -4px -141px;
}

#hd .share .a-weixin {
    background-image: url(/images/sprite.png);
    background-position: -151px -141px;
    
}

#hd .share .a-tsina:hover {
    background-image: url(/images/sprite.png);
    background-position: -4px -108px;
}

#hd .share .a-weixin:hover {
    background-image: url(/images/sprite.png);
    background-position: -151px -108px;
    
}

#hd .share .a-weixin:hover p {
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#hd .btn-enroll {
    box-shadow: 2px -2px 3px 0px #D7D6D6 inset,1px 0px 2px 1px #C6C6C6;
    border: 2px solid #F8B836;
    cursor:pointer;
    display: block;
    float: left;
    width: 121px;
    height: 34px;
    background: white;
    /* background: url(/images/bg1.png) 0 0 no-repeat; */
    border-radius: 4px;
    overflow: hidden;
    font-size: 16px;
    color:#eaae32;
    line-height: 34px;
    text-align: center;
    transition:all .3s;
    -webkit-transition:all .3s;
    -mos-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
}

#hd .btn-enroll:hover {
    background:#eaae32;
    border: 2px solid #eaae32;
    color:white;
    box-shadow:1px 0px 2px 1px #C6C6C6;
    transform:translate(0,-2px);
    transition:all .3;
    -webkit-transition:all .3s;
    -mos-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    opacity: .8;
    filter: alpha(opacity=80);
}
.header-tel{
    position:absolute;
    width: 218px;
    height: 100px;
    top: 0;
    right: 1%;
    background: url('/images/hot-line.png') center center no-repeat;
    background-size: 204px;
}

/*******************************
    -------[=导航]-------
********************************/
.nav {
    margin: 0 0 0 142px;
    overflow: hidden;
   
}

.nav li {
    float: left;
     width: 101px;
}

.nav a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #393939;
    line-height: 85px;
    text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
}

.nav a:hover, .nav li.on a {
    color: #d7a746;
}

/*******************************
    -------[=banner]-------
********************************/
#banner {
    height: 690px;
}

#banner .slick-slider, #banner .slick-list, #banner .slick-track, #banner .slick-slide {
    height: 100%;
}

#banner .slick-slide {
    outline: 0;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

#banner .slick-next, #banner .slick-prev {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    overflow: hidden;
    width: 45px;
    height: 50px;
    font-size: 0;
    line-height: 0;
    z-index: 999;
    background: none;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: auto 50px;
    -ms-background-size: auto 50px;
    -moz-background-size: auto 50px;
    -webkit-background-size: auto 50px;
    background-size: auto 50px;
    cursor: pointer;
}

#banner .slick-prev {
    left: 50%;
    margin-left: -645px;
    background-image: url(/images/arr-l.png);
}

#banner .slick-next {
    right: 50%;
    margin-right: -645px;
    background-image: url(/images/arr-r.png);
}

#banner .slick-dots {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 99;
}

#banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

#banner .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    text-indent: 999px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

#banner .slick-dots li.slick-active button {
    background-color: #d7a746;
    width: 20px;
}

#banner .item a {
    display: block;
    height: 100%;
}

/*******************************
    -------[=底部]-------
********************************/
.container {
    width: 1200px;
    margin: 0 auto;
}

.newfoot {

    width: 100%;
    min-width: 1206px;
    padding-bottom: 60px;
    /* background: #f6f6f6; */
}

.newfoot .h1 {
    background: url(/images/ttt.png) center bottom no-repeat;
    height: 290px;
    text-align: center
}

.newfoot .h1 li {
    display: inline-block;
    position: relative;
    margin-top: 258px;
    height: 27px;
    font-size: 14px;
    color: #fff;
    padding-top: 6px;
    *display: inline;
    *zoom: 1
}

.newfoot .h1 .murl {
    background: url(/images/zpbt.png) no-repeat;
    background-position: 0 -252px;
    padding-left: 20px;
    padding-right: 50px;
    margin-right: 20px
}

.newfoot .h1 .murl div {
    visibility: hidden;
    opacity: 0;
    display: block;
    background: url(/images/liantu.png) center no-repeat;
    width: 160px;
    height: 160px;
    top: -128px;
    right: -110px;
    position: absolute;
    z-index: 0
    transition: all 1.4s;
    -o-transition: all 1.4s;
    -ms-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -webkit-transition: all 1.4s;
}

.newfoot .h1 .murl:hover div {
    visibility: inherit;
    opacity: 1;
    transition: all 1.4s;
    -o-transition: all 1.4s;
    -ms-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -webkit-transition: all 1.4s;

}

.newfoot .h1 .addr {
    background: url(/images/zpbt.png) no-repeat;
    background-position: 0 -290px;
    padding-left: 25px;
    margin-right: 40px;
    margin-left: 70px
}

.newfoot .h1 .tel {
    background: url(/images/zpbt.png) no-repeat;
    background-position: 0 -320px;
    padding-left: 30px;
    margin-left: 40px
}

.newfoot .h2 {
    width: 100%;
    min-width: 1200px;
    border-top: #7a4621 1px solid;

}

.newfoot .h3 {
    display: block;
    height: 400px;
    width: 100%;
    min-width: 1200px;
    background: hsla(0, 0%, 15%, 1);
    padding-top: 40px;
    border-top: 2px solid #9e5a46;
    border-bottom: 1px solid #3c3c3c;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

/* .newfoot .h3 .cddh {
    width: 1120px;
    margin: 0 auto;
    height: 35px;
    border: #6b6460 solid 1px;
    margin-top: 30px
}

.newfoot .h3 .cddh li {
    width: 160px;
    line-height: 35px;
    float: left;
    color: #6b6460;
    font-size: 18px;
    text-align: center
} */

/* .newfoot .h3 .cddhnr {
    width: 1120px;
    margin: 0 auto;
    margin-top: 10px;
    height: 220px
}

.newfoot .h3 .cddhnr .f-list {
    width: 160px;
    float: left
}

.newfoot .h3 .cddhnr .f-list li {
    font-size: 14px;
    text-align: center;
    line-height: 23px
}

.newfoot .h3 .cddhnr .f-list li a {
    color: #6b6460
} */

.newfoot .h3 .container .o-zhuanye {
    margin: 0 30px 0 34px;
    width: 348px;
}

.newfoot .h3 .container > div {
    display: block;
    height: 361px;
}

.newfoot .h3 .container .f1 {
    float: left;
}

.newfoot .h3 .container .o-title {
    display: block;
    width: 100%;
    padding-bottom: 8px;
}

.newfoot .h3 .container .o-title h3 {
    font-family: "sy_medium";
    display: block;
    width: 100%;
    text-align: left;
    font-size: 23px;
    font-weight: 300;
    color: rgba(189, 189, 189, 1);
    padding: 0 0 7px 0;
}

.newfoot .h3 .container .o-title span {
    font-family: "sy_medium";
    display: block;
    width: 22px;
    height: 2px;
    float: left;
    background: #9e5a46;
}

.o-zhuanye-left {
    display: block;
    width: 160px;
}

.o-list {
    display: block;
    width: 160px;
    text-align: left;
    padding: 6px 0 0 0;
}

.o-list > p.o-listtitle {
    font-family: "sy_medium";
    display: block;
    width: 160px;
    text-align: left;
    color: rgba(189, 189, 189, 1);
    font-size: 18px;
    line-height: 2.3;
    font-weight: 200;
    padding-top: 10px;
    border-bottom: 1px solid #3c3c3c;
    margin-bottom: 7px;
    cursor: default;
    transition: .2s ease;
    -moz-transition: .2s ease;
    -webkit-transition: .2s ease;
}

.o-list > ul {
    width: 100%;
    text-align: left;
}

.o-list > ul li {
    font-family: "sy_medium";
    display: block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: left;
    color: #3c3c3c;
    font-size: 15px;
}

.o-list > ul li a {
    font-family: "sy_medium";
    color: #777;
    font-weight: 200;
    transition: .2s ease;
    -moz-transition: .2s ease;
    -webkit-transition: .2s ease;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.o-list:hover > p.o-listtitle, .o-list > ul > li:hover a {
    color: #ffffff;
    border-color: #b5b5b5;
}

.newfoot .h3 .container > div.o-about, .newfoot .h3 .container > div.o-jiuye {
    margin: 0 30px 0 0;
    width: 160px;
}

.o-list-icon {
    display: block;
    width: 190px;
    position: absolute;
    left: -6px;
    top: 65px;
}

.o-list-icon div {
    transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 5px;
    background-image: url(/images/icon1.png);
    background-repeat: no-repeat;
}

.slistwechat {
    transition: all 1.4s;
    -ms-transition: all 1.4s;
    -o-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -webkit-transition: all 1.4s;
    display: block;
    width: 110px;
    height: 110px;
    position: absolute;
    top: -144px;
    left: 97px;
    visibility: hidden;
    opacity: 0;
    background: url(/images/wxdyh.jpg) no-repeat left center;
    background-size: cover;
}

.slistwap {
    transition: all 1.4s;
    -ms-transition: all 1.4s;
    -o-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -webkit-transition: all 1.4s;
    display: block;
    width: 110px;
    height: 110px;
    position: absolute;
    top: -144px;
    left: 97px;
    visibility: hidden;
    opacity: 0;
    background: url(/images/liantu.png) no-repeat left center;
    background-size: cover;
}

.o-list-tel {
    font-family: "sy_medium";
    display: block;
    width: 200px;
    position: absolute;
    top: 113px;
    left: 0px;
    font-size: 15px;
    color: #7c7c7c;
    line-height: 1;
    margin-top: -2px;
}

.o-list-tel span {
    font-family: "sy_medium";
    color: white;
    font-size: 13px;
}

.o-list-add {
    font-family: "sy_medium";
    display: block;
    width: 230px;
    position: absolute;
    top: 138px;
    left: 0px;
    font-size: 15px;
    color: #7c7c7c;
    line-height: 1;
    margin-top: -2px;
}

.o-list-add span {
    font-family: "sy_medium";
    font-size: 13px;
    color: white;
}

.newfoot .h3 .container > div.o-baoming {
    width: 175px;
}

.o-form {
    display: block;
    width: 100%;
    padding-top: 5px;
}

.o-form input {
    transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    display: block;
    width: 144px;
    height: 35px;
    float: left;
    background: #262626;
    border: 1px solid #3c3c3c;
    font-weight: 200;
    outline: none;
    color: #fff;
    padding-left: 6px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin: 4px 0;
}

.o-form input:hover {
    transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    border: 1px solid #8f695e;
}

.o-form .scform {
    display: block;
    width: 100%;
}

.o-form > p {
    transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    display: block;
    width: 60px;
    height: 30px;
    background: #434343;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 200;
    color: #858585;
    margin-top: 186px;
    cursor: pointer;
}

.o-form > p:hover {
    transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;

    background: white;
    color: black;
}

button, input, keygen, select, textarea {
    font-family: "sy_medium", Verdana, Arial, Helvetica, sans-serif;
}

.o-list-icon .o-wechat {
    background-position: -4px -3px;
}

.o-wechat:hover {
    background-position: -4px -42px;
}

.o-wechat:hover .slistwechat {
    transition: all 1.4s;
    -ms-transition: all 1.4s;
    -o-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -webkit-transition: all 1.4s;
    visibility: inherit;
    opacity: 1;
}

.o-list-icon .o-qq {
    background-position: -49px -3px;
}

.o-qq:hover {
    background-position: -50px -42px;
}

.o-list-icon .o-weibo {
    background-position: -95px -3px;
}

.o-list-icon .o-weibo:hover {
    background-position: -95px -42px;
}

.o-list-icon .o-wap {
    background-position: 8px -90px;
}

.o-wap:hover .slistwap {
    transition: all 1.4s;
    -ms-transition: all 1.4s;
    -o-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -webkit-transition: all 1.4s;
    visibility: inherit;
    opacity: 1;
}

.sitemap {
    display: block;
    width: 100%;
    min-width: 1200px;
    height: 110px;
    background: #262626;
}

.sitemap-box {
    display: block;
    width: 1200px;
    height: 55px;
    margin: 0 auto;
    text-align: center;
    cursor: default;
}

.sitemap-box div {
    height: 55px;
    line-height: 55px;
    color: #969696;
    display: inline-block;
}

.newfoot .h3 .Copyright {
    text-align: center;
    padding-bottom: 90px;
    line-height: 23px
}

/* 离线宝等fix样式 */
.pcdhk {
    width: 506px;
    height: 404px;
    position: fixed;
    margin: -202px 0 0 -253px;
    left: 50%;
    top: 50%;
    z-index: 999;
    overflow: hidden;
    background: #fff;
    display: none;
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 16px #afafaf;
    -moz-box-shadow: 0 0 16px #afafaf;
    box-shadow: 0 0 16px #afafaf
}

.pcdhk .tcc1 {
    width: 100%;
    height: 63px;
    background: url("/images/chatico.png") no-repeat 14px center
}

.pcdhk .tcc1 p {
    height: 63px;
    margin-left: 65px;
    line-height: 63px;
    color: #000;
    font-size: 16px
}

.pcdhk .tcc1 p span {
    color: #f76d02
}

.pcdhk .boxout {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
    background: url("/images/close.png") no-repeat center center;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.pcdhk .boxout:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pcdhk .tcbanner {
    width: 100%;
    height: 214px;
    background: url("/images/dhkad.jpg") no-repeat center center
}

.pcdhk .tcchat {
    width: 94%;
    height: 40px;
    margin: 0 auto;
    color: #000;
    position: relative
}

.pcdhk .tcchat .phone-info {
    width: 194px;
    height: 30px;
    position: absolute;
    top: 4px;
    left: 280px
}

.pcdhk .tcchat .phone-info input {
    width: 130px;
    *width: 118px;
    height: 30px;
    border: 0;
    line-height: 30px;
    background: #CCC;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 12px;
    padding: 0 0 0 12px;
    float: left;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
    opacity: .6;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.pcdhk .tcchat .phone-info a {
    width: 64px;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
    cursor: pointer;
    background: #292929;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px
}

.pcdhk .tcchat .phone-info a:hover {
    background: #000;
    font-size: 13px
}

.pcdhk .tcchat .tcczx {
    width: 200px;
    height: 40px;
    float: left;
    font-size: 18px;
    line-height: 40px;
    color: #424242;
    background: url("/images/a.png") no-repeat 120px center #fff
}

.pcdhk .tcchat .tcclist {
    float: right;
    height: 40px;
    line-height: 40px
}

.pcdhk .tcchat .tcclist li {
    width: 70px;
    height: 40px;
    float: left;
    text-align: right;
    background-repeat: no-repeat;
    background-position: 17px center;
    list-style: none
}

.pcdhk .tctext1 {
    width: 94%;
    margin: 1px auto 0 auto;
    height: 70px
}

.pcdhk .tctext1 .tctextinner {
    width: 300px;
    height: 70px;
    float: left;
    -webkit-box-shadow: 0 0 4px rgba(9, 2, 4, .3);
    -moz-box-shadow: 0 0 4px rgba(9, 2, 4, .3);
    box-shadow: 0 0 4px rgba(9, 2, 4, .3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.pcdhk input, .pcdhk textarea {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0;
    font: 13.33px Arial
}

.pcdhk .tctext1 .tctextinner .textarea {
    width: 290px;
    height: 60px;
    margin: 5px 5px;
    float: left;
    color: #cacaca;
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    border: 0;
    padding: 3px 0 0 3px;
    display: inline;
    outline: 0;
    max-width: 290px;
    max-height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pcdhk .tctext1 a {
    display: block;
    width: 80px;
    height: 70px;
    float: left;
    text-align: center;
    line-height: 70px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.pcdhk .tctext1 .cccbut {
    height: 70px;
    float: right
}

.pcdhk .tctext1 .cccbut .tcbut {
    background: #d0a972
}

.pcdhk .tctext1 .cccbut .tcbut2 {
    background: #2f1805
}

.pcdhk .tctext1 .cccbut .tcbut:hover {
    opacity: .8
}

.pcdhk .tctext1 .cccbut .tcbut2:hover {
    opacity: .8
}

.chat-swt {
    width: 330px;
    height: 260px;
    background: #fff;
    display: none;
    position: fixed;
    overflow: hidden;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0 0 35px #000;
    -moz-box-shadow: 0 0 35px #000;
    box-shadow: 0 0 35px #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 9999999
}

.chat-box {
    width: 100%;
    height: 27px;
    position: relative
}

.chat-box .chat-box-1 {
    width: 100%;
    height: 27px;
    display: inline-block;
    float: right;
    font-size: 15px;
    background-color: #3d3f4b;
    color: #888991;
    font-family: "sy_medium";
    line-height: 27px;
    text-indent: 145px
}

.chat-box .chat-box-2 {
    position: absolute;
    display: block;
    left: 3px;
    top: 3px;
    width: 19px;
    height: 19px;
    background-color: #2a2c38;
    moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: transform .6s;
    -moz-transition: transform .6s;
    -ms-transition: transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s
}

.chat-box .chat-box-2:hover {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.chat-box .chat-box-2:before {
    content: '';
    width: 14px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.chat-box .chat-box-2:after {
    content: '';
    width: 14px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.chat-chat1 {
    width: 100%;
    height: 71px;
    position: relative;
    background: #fff
}

.chat-chat1 .chat-chat1-1 {
    width: 260px;
    height: 43px;
    position: absolute;
    left: 30%;
    top: 10px;
    font-size: 14px;
    margin-left: -82px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #2f1805;
    color: #fff;
    padding: 4px 4px 4px 4px;
    text-indent: 10px
}

.chat-chat1 .chat-chat1-1 .chat-chat1-1-1 {
    width: 7px;
    height: 5px;
    position: absolute;
    left: -7px;
    top: 8px;
    /*background: url(/images/left.jpg) no-repeat center center*//*2021.11.4路径不存在*/
}

.relpy1 {
    width: 100%;
    height: 63px;
    position: absolute;
    bottom: 0;
    background: #8c8c8c;
    overflow: hidden
}

.relpy1 .relpy1-1 {
    width: 245px;
    height: 43px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #FFF;
    overflow: hidden;
    float: left;
    padding: 3px 6px 0 6px;
    margin: 7px 0 0 9px;
    display: inline;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.relpy1 .relpy1-1 textarea {
    float: left;
    display: block;
    border: 0;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    max-height: 43px;
    color: #666;
    font-size: 14px;
    line-height: 21px;
    outline: 0
}

.relpy1 .relpy1-2 {
    display: block;
    width: 46px;
    height: 38px;
    padding: 8px 3px 0;
    float: left;
    text-align: center;
    background-color: #171923;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-top: 7px;
    margin-left: 2px;
    display: inline;
    line-height: 14px;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer
}

.relpy1 .relpy1-2:hover {
    opacity: .8
}

.relpy1 .relpy1-2 .relpy1-2-1 {
    font-size: 14px
}

.relpy1 .relpy1-2 .relpy1-2-2 {
    font-size: 12px
}

.fixed_pc {
    position: fixed;
    top: 35%;
    width: 80px;
    z-index: 987654;
    right: 16px
}

.fixed_pc a {
    display: block;
    width: 100px;
    height: 100px;
    margin-top: 2px;
    cursor: pointer;
    border-radius: 15px;
    background: #2f1805
}

.fixed_pc a:hover {
    background-color: #9a7252
}

.bottomnav {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    position: fixed;
    bottom: -80px;
    width: 100%;
    background: rgba(0, 0, 0, 0.79);
    min-width: 1200px;
    z-index: 3000;
}

.bottomnav .consult-left {
    float: left;
    width: 325px;
    padding-left: 37px;
}

.bottomnav .consult-right {
    width: 612px;
    height: 60px;
    position: absolute;
    right: 37px;
    top: 10px;
    color: #fff;
}

.bottomnav .consult-right .right-ph {
    position: absolute;
    top: 3px;
    left: 0;
    height: 50px;
}

.bottomnav .right-ph input {
    float: left;
    margin-top: 5px;
    margin-right: 12px;
    text-align: center;
    width: 241px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    border: 1px #ffffff solid;
    background: none;
    color: #fff;
}

.bottomnav .right-ph .rt-btn {
    border-radius: 11px;
    margin-left: -1px;
    width: 180px;
    height: 44px;
    cursor: pointer;
    background-color: #7d4623;
    float: left;
    margin-top: 5px;
    text-align: center;
    cursor: pointer;
}

.bottomnav .consult-right i {
    float: left;
    margin-left: 25px;
    margin-top: 7px;
    font-size: 30px;
}

.bottomnav .consult-right span {
    margin-right: 28px;
    float: right;
    display: block;
    cursor: pointer;
    font-size: 20px;
    line-height: 42px;
}

.bottomnav .consult-right .right-zx {
    border-radius: 11px;
    height: 42px;
    width: 180px;
    position: absolute;
    left: 442px;
    background-color: #c5956e;
    top: 9px;
}

/*!*less.css*!*/

/*!*Common For Max 960*!*/
/*@media only screen and (max-width: 1900px) {*/

    /*.m-teachers .slick-center .txt {*/
        /*margin-left: auto;*/
    /*}*/

/*}*/

/*!*Common For Max 960*!*/
/*@media only screen and (max-width: 1199px) {*/

/*}*/

/*!*Common For Max 768*!*/
/*@media only screen and (max-width: 959px) {*/
/*}*/

/*!*Common For Max 480*!*/
/*@media only screen and (max-width: 767px) {*/
/*}*/

/*!*Common For Max 320*!*/
/*@media only screen and (max-width: 479px) {*/
/*}*/

/*
-----------------[公用]--------------*/
/* banner */
.ban-inner {
    height: 600px;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    
}

.fbanner{
    margin-top:-20px;
    transition-duration:all 1.5s;
    -webkit-duration:all 1.5s;
    -ms-duration:all 1.5s;
    -moz-duration:all 1.5s;
    transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
}

.ban-inner.ban-in2 {
    height: 500px;
}

.ban-inner .tit {
    font-size: 100px;
    color: #d09d3d;
    padding-top: 120px;
    margin-bottom: 43px;
    font-weight: bold;
    background: url(/images/ico16.png) center 80px no-repeat;
}

.ban-inner .tit em {
    display: block;
    font-size: 40px;
    font-family: '宋体';
    font-weight: bold;
}

.ban-inner .tit em span {
    display: inline-block;
    position: relative;
    padding: 0 100px;
}

.ban-inner .tit em span:after {
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
    width: 81px;
    height: 31px;
    background: url(/images/ico17.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.ban-inner .tit em span:before {
    position: absolute;
    content: '';
    right: 0;
    top: 7px;
    width: 81px;
    height: 31px;
    background: url(/images/ico18.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
/*ban-in3*/
.ban-inner.ban-in3{
    height: 600px;
}
.ban-inner.ban-in3 .pos{
  margin: 88px 182px 10px 194px;
}
.ban-inner.ban-in3 .next{
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 140px;
    background: url(/images/img-three-1.png) center no-repeat;
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-animation: aniTop 1.5s infinite ease-in;
    -o-animation: aniTop 1.5s infinite ease-in;
    animation: aniTop 1.5s infinite ease-in;
}
@-webkit-keyframes aniTop{
    0%{
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
        opacity: 0;
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';       
    }
    50%{
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    }
    100%{
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    }
}
@keyframes aniTop{
    0%{
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
        opacity: 0;
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';       
    }
    50%{
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    }
    100%{
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    }
}
/*咨询课程详细内容*/
.p-btn-1{
    display: block;
    margin: 0 auto;
    width: 198px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #dda841;
}
.p-btn-1 span{
    position: relative;
    top: -6px;
    left: -6px;
    z-index: 5;
    display: block;
    width: 200px;
    line-height: 50px;
    background-color: #dca436;
    color: #fff;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.p-btn-1:hover span{
    -webkit-transform: translate(5px,5px);
    -ms-transform: translate(5px,5px);
    -o-transform: translate(5px,5px);
    transform: translate(5px,5px);
}
.bdbg-p1{
    background: url(/images/bg-three-1.png);
}
/* 左侧导航 */
.rmenu{position:fixed;top:46%;left:0;z-index:999;display:block;margin-top:-125px;width:80px;height:351px;}
.ron a{opacity:1!important;
-webkit-transform:translateX(0)!important;
-moz-transform:translateX(0)!important;
transform:translateX(0)!important;
}
.rmenu a{
display:block;
margin-bottom:1px;
width:80px;
height:38px;
text-align:center;
font-weight:300;
font-size:14px;
line-height:38px;
opacity:0;
-webkit-transition:opacity 1.2s,transform .4s,width .2s;
-moz-transition:opacity 1.2s,transform .4s,width .2s;
transition:opacity 1.2s,transform .4s,width .2s;
-webkit-transform:translateX(-100%);
-moz-transform:translateX(-100%);
transform:translateX(-100%);
}
/* .rmenu>.rdh a:hover{
    width:90px;
    -webkit-transition:width .2s;
    -moz-transition:width .2s;
    transition:width .2s;
    background:gray;color:#4c4c4c;
} */
.rmenu>.rdh>a{
    background:#F6F6F6;
    color:#4c4c4c;
}
.rmenu>.rdh a:hover{
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    color:white;
    width:95px;
    background:rgb(136, 134, 134);
}
.rmenu>.rzy a{
    background:rgb(136, 134, 134);
    color:#fff;
    }
.rmenu>.rzy>.kc:hover{
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    width:95px;
}   
/* .rmenu>.rzy a:hover{
    width:90px;
    -webkit-transition:width .2s;
    -moz-transition:width .2s;
    transition:width .2s;   
    } */
/* 左侧导航over */
/* 上部专业导航 */
.navigation-down{position:absolute;top:87px;left:0px;width:100%;}
.navigation-down .nav-down-menu{width:100%;margin:0;background:#344157;position:absolute;top:0px;background:rgb(249, 249, 249);}
.navigation-down .nav-down-menu .navigation-down-inner{margin:auto;width:1200px;position:relative}
.navigation-down .nav-down-menu dl{float:left;margin:18px 80px 18px 0}
.navigation-down .menu-1 dl{margin:16px 80px 14px 0}
.navigation-down .menu-1 dt{font:normal 16px "sy_medium";color:#000000;padding-bottom:10px;border-bottom:1px solid #d7a746;margin-bottom:10px;}
.navigation-down .menu-1 dd a{color:#000000;font:normal 14px/30px "sy_medium"}
.navigation-down .menu-1 dd a:hover{color:#d7a746}
/* 上部专业导航 */
/* 专业表单 */
/*表单*/
.box-form .list {float: left;width: 660px;}
.box-form .list img {display: block;}
.box-form .tit {height: 61px;line-height: 61px;font-size: 24px;text-align: center;}
.box-form .table {overflow: hidden;}
.box-form .table .item {height: 45px;line-height: 45px;font-size: 14px;}
.box-form .table .item.last {border-bottom-color: transparent;}
.box-form .table div {float: left;text-align: center;}
.box-form .table .d1 {width: 158px;}
.box-form .table .d2 {width: 168px;}
.box-form .table .d3 {width: 172px;}
.box-form .table .d4 {width: 160px;}

.box-form .form {margin-left: 680px;padding-bottom: 40px;}
.box-form .form ul {padding: 30px 40px 0;}
.box-form .form .btn-form {margin: 40px auto 0;display: block;width: 210px;height: 45px;line-height: 45px;color: #fff;font-size: 18px;text-align: center;background-color: #dca436;border: none;cursor: pointer;}
.box-form .form .btn-form:hover {background-color: #b18c62;}
.box-form .form .li-gender {margin-bottom: 38px;text-align: center;font-size: 0;}
.box-form .form .li-gender label {position: relative;margin: 0 24px;display: inline-block;width: 110px;height: 156px;background-position: center center;background-repeat: no-repeat;cursor: pointer;}
.box-form .form .li-gender label.m {background-image: url(/images/ico-hm-1.png);}
.box-form .form .li-gender label.f {background-image: url(/images/ico-hm-2.png);}
.box-form .form .li-gender input {display: none;}
.box-form .form .li-gender em {position: absolute;right: 12px;bottom: 0;display: none;width: 23px;height: 23px;background: url(/images/ico-checked-1.png) center center no-repeat;}
.box-form .form .li-gender .checked em {display: block;}
.box-form .form .li-item {margin-bottom: 20px;}
.box-form .form .d1 {float: left;width: 114px;height: 48px;line-height: 48px;text-align: center;font-size: 14px;}
.box-form .form .d1 em {color: #f01332;font-weight: bold;}
.box-form .form .d2 {margin-left: 115px;padding: 0 13px 0 20px;}
.box-form .form .inp-form {display: block;width: 100%;height: 48px;line-height: 48px;border: none;font-size: 14px;}
.box-form .form .select {position: relative;cursor: pointer;}
.box-form .form .select .cur {display: block;width: 100%;height: 100%;background-position: right center;background-repeat: no-repeat;}
.box-form .form .select .s-list {position: absolute;top: 48px;left: -21px;right: -14px;display: none;z-index: 2;}
.box-form .form .select .s-list a {padding: 0 13px 0 20px;display: block;height: 40px;line-height: 40px;font-size: 14px;}
/* 公共右侧 */
.x-zxtc{
    width:100px;
    position:fixed;
    right:0;
    top:20%;
    z-index:9999999;
}

.x-zxtc .x-zxtc-kst {
    height: 92px;
    width: 94px;
    position: relative;
    float: right;
    background:rgba(234,174,50,1);
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    cursor: pointer;
}

.x-zxtc .x-zxtc-kst:hover {
    width: 100px;
    background:rgb(233, 162, 16);
}
.x-zxtc .x-zxtc-kst a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.x-zxtc .x-zxtc-tel {
    width: 340px;
    height: 92px;
    float: right;
    background: rgba(56,56,56,1);
    margin-right: -246px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s
}

.x-zxtc .x-zxtc-tel .x-zxtc-tel-inner {
    width: 246px;
    height: 92px;
    float: left
}

.x-zxtc .x-zxtc-tel .x-zxtc-tel-inner .x-zxtc-tel-inner-telinput {
    width: 227px;
    height: 42px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    margin-top: 24px;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(8,1,3,.2);
    -webkit-box-shadow: 0 0 3px rgba(8,1,3,.2);
    -moz-box-shadow: 0 0 3px rgba(8,1,3,.2)
}

.x-zxtc .x-zxtc-tel .x-zxtc-tel-inner .x-zxtc-tel-inner-telinput input {
    display: block;
    width: 120px;
    padding: 0 13px;
    height: 42px;
    float: left;
    color: #a4a4a4;
    border: none;
    outline: 0;
    font-weight: 300
}

.x-zxtc .x-zxtc-tel .x-zxtc-tel-inner .x-zxtc-tel-inner-telinput a {
    display: block;
    width: 81px;
    height: 42px;
    float: right;
    line-height: 42px;
    text-align: center;
    background-color:rgba(234,174,50,1);
    font-size: 14px;
    color: #fff;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s
}

.x-zxtc .x-zxtc-tel .x-zxtc-tel-inner .x-zxtc-tel-inner-telinput a:hover {
    background-color:rgb(233, 162, 16);
}

.x-zxtc .x-zxtc-tel:hover {
    margin-right: 0
}

.x-zxtc .x-zxtc-item {
    width: 94px;
    height: 92px;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    overflow: hidden
}

.x-zxtc .x-zxtc-item i {
    display: block;
    width: 46px;
    height: 46px;
    margin: 10px auto 0;
    background: url('/images/right-nav.svg') no-repeat;
    background-size: 1032%;
}


.x-zxtc .x-zxtc-backtop {
    width: 94px;
    height: 92px;
    background: rgba(0,0,0,.6);
    float: right;
    cursor: pointer;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s
}

.x-zxtc .x-zxtc-backtop:hover {
    width: 100px
}
/* 公共右侧over */

/* 新弹窗 */
.x-zxtc2 {
    width: 508px;
    height: 407px;
    margin: -230px 0 0 -267.5px;
    position: fixed;
    top: 48%;
    left: 50%;
    z-index:999999;
}

.x-zxtc2 .x-zxyc-inner {
    width: 506px;
    height: 404px;
    overflow: hidden;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    box-shadow:0 0 80px #6b6b6b;
    -webkit-box-shadow:0 0 80px #6b6b6b;
    -moz-box-shadow:0 0 80px #6b6b6b;
}

.x-zxtc2 .x-zxyc-inner .x-zxyc-inner-link {
    width: 100%;
    height: 295px;
    position: absolute;
    top: 0;
    left: 0
}

.x-zxtc2 .x-zxtc2-telinput {
    width: 365px;
    height: 58px;
    position: absolute;
    background: #fff;
    margin-left: -182.5px;
    left: 50%;
    bottom: 20px
}

.x-zxtc2 .x-zxtc2-telinput .x-zxtc2-telinput-item {
    width: 236px;
    height: 46px;
    margin: 2px auto 0;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    overflow: hidden;
    background: #d7f0ff
}

.x-zxtc2 .x-zxtc2-telinput .x-zxtc2-telinput-item input {
    display: block;
    width: 126px;
    height: 46px;
    padding: 0 15px;
    outline: 0;
    border: none;
    float: left;
    font-weight: 300;
    color: #7c7c7c;
    font-size: 15px;
    background: 0 0
}

.x-zxtc2 .x-zxtc2-telinput .x-zxtc2-telinput-item a {
    display: block;
    width: 72px;
    height: 46px;
    float: right;
    background: #1c8bd1;
    color: #fff;
    line-height: 46px;
    font-size: 15px;
    padding-left: 8px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s
}

.x-zxtc2 .x-zxtc2-telinput .x-zxtc2-telinput-item a:hover {
    background: #197ab6
}

.x-zxtc2 .x-zxtc2-item {
    width: 415px;
    margin: 15px auto 0
}

.x-zxtc2 .x-zxtc2-item ul li {
    height: 32px;
    margin-bottom: 8px
}

.x-zxtc2 .x-zxtc2-item ul li i {
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    background: url('/images/elements.svg') -356px -72px no-repeat
}

.x-zxtc2 .x-zxtc2-item ul li a {
    display: block;
    width: 278px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    float: left;
    padding-left: 12px
}

.x-zxtc2 .x-zxtc2-item ul li span {
    display: block;
    width: 84px;
    height: 28px;
    line-height: 28px;
    background: #303030;
    color: #FFFFFF;
    float: right;
    text-align: center;
    font-weight: 400;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin-top: 2px;
    cursor: pointer
}

.x-zxtc2 .x-zxtc2-item ul li span:hover {
        box-shadow: 3px 1px 16px #343434;
}

.x-zxtc2 .x-zxtc2-close {
    width: 39px;
    height: 39px;
    position: absolute;
    right: -15px;
    top: -15px;
    background: url('/images/elements.svg') -356px -32px no-repeat #333;
    box-shadow: 0 0 10px #333;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.x-zxtc2 .x-zxtc2-item-zxbtn {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 283px
}

.x-zxtc2 .x-zxtc2-item-zxbtn p {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image:url('/images/elements.svg');
    margin: 0 10px;
    cursor: pointer
}
.x-zxtc2-close:hover{
    animation:loadRotate .5s linear;
}
/* nav-sprite2-bg-p-spanbefore animation */
@-webkit-keyframes loadRotate{
  from{
    -webkit-transform:rotateZ(0deg);
  }
  to{
    -webkit-transform:rotateZ(720deg);
  }
}
/* 新弹窗 */
.x-header-major {
    width: 100%;
    height: 110px;
    /* background: #ee5400; */
    /* background:url('../images/mk4sjy7d4b.jpg') repeat left top; */
        background: rgb(96,93,93);
    
}

.x-header-major * {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

.x-header-major .x-header-major-content {
    max-width: 1300px;
    height: 110px;
    margin: 0 auto;
    position: relative
}

.x-header-major .x-header-major-content .x-header-major-content-mk {
    width: 140px;
    float: left;
    height: 110px
}

.x-header-major .x-header-major-content .x-header-major-content-mk>p {
    font-size: 16px;
    padding-top: 36px;
    letter-spacing: 3px;
    text-align: center;
    color: white;
    font-weight: 700
}

.x-header-major .x-header-major-content .x-header-major-content-list {
    max-width: 1200px;
    float: left;
    height: 100%;
    text-align: center;
    font-size: 0
}

.x-header-major .x-header-major-content .x-header-major-content-list li {
    display: inline-block;
    width: 145px;
    padding-top: 59px;
    background-size: 550px;
    height: 50px;
    background-repeat: no-repeat;
    background-image: url('/images/nav-top-index.svg');
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    position: relative;
    z-index: 99;
    text-indent: 6px;
    letter-spacing: 2px;
    /* overflow:hidden; */
}



.x-header-major .x-header-major-content .x-header-major-content-list li span{
    font-size:16px;
    font-weight:800;
    letter-spacing: 2px;
}
.x-header-major .x-header-major-content .x-header-major-content-list li:hover{
   animation:nav_top_span 1s infinite ease-in;
}
.x-header-major .x-header-major-content .x-header-major-content-list li .x-header-major-content-click {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 153px;
    height: 100%;
    transition:all .4s;
}


.x-header-major .x-header-major-content .x-header-major-content-list li .x-header-major-content-list-sl.on .x-header-major-content-list-sl-mk .x-header-major-content-list-sl-mk-btn a {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 1
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl {
    top: 110px;
    position: absolute;
    width: 1200px;
    height: 195px;
    background: no-repeat #fff;
    overflow: hidden;
    opacity: 0;
    z-index:-1;
    box-shadow: rgb(96, 93, 93) 0px 0px 30px;
    -webkit-box-shadow: rgb(96, 93, 93) 0px 0px 30px;
    -moz-box-shadow: rgb(96, 93, 93) 0px 0px 30px;
    -o-box-shadow: rgb(96, 93, 93) 0px 0px 30px;
    -ms-box-shadow: rgb(96, 93, 93) 0px 0px 30px;
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl .x-header-major-content-list-sl-mk {
    width: 730px;
    float: left;
    height: 195px;
    padding: 0 10px 0 176px;
    text-align: left;
    color: #333;
    font-weight: 400
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl .x-header-major-content-list-sl-mk h3 {
    font-size: 26px;
    padding-top: 16px;
    font-weight: 400
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl .x-header-major-content-list-sl-mk p {
    font-size: 17px;
    line-height: 2
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl .x-header-major-content-list-sl-mk .x-header-major-content-list-sl-mk-dl {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #777;
    line-height: 1.5
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl .x-header-major-content-list-sl-mk .x-header-major-content-list-sl-mk-btn {
    width: 100%;
    text-align: left;
    font-size: 0;
    padding-top: 10px
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl .x-header-major-content-list-sl-mk .x-header-major-content-list-sl-mk-btn a {
    display: inline-block;
    border: 2px solid #D7A745;
    padding: 6px 12px;
    font-weight: 300;
    border-radius: 20px;
    font-size: 15px;
    color: #D7A745;
    transition: color .2s;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl .x-header-major-content-list-sl-mk .x-header-major-content-list-sl-mk-btn a:hover {
    border: 2px solid #D7A745;
    background: #D7A745;
    color: #fff
}

.x-header-major .x-header-major-content .x-header-major-content-list li:before {
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    background: #D9D9D9;
    position: absolute;
    left: 0;
    top: 30%;
}

.x-header-major .x-header-major-content .x-header-major-content-list li.list-last:after {
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    background: #D9D9D9;
    position: absolute;
    right: 0;
    top: 30%
}

.x-header-major .x-header-major-content .x-header-major-content-more {
    width: 140px;
    float: left;
    height: 110px
}

.x-header-major .x-header-major-content .x-header-major-content-more a {
    display: block;
    height: 110px;
    background-repeat: no-repeat;
    background-image:url('/images/elements.svg');
}

.x-header-major .x-header-major-content .x-header-major-content-more a span {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-top: 58px
}
/***********快捷入口************/
.x-entrance .x-e-content {
/*   border: 1px solid #efefef; */
  max-width: 1200px;
  margin: 0 auto;
  height: 298px;
  min-width:1200px;
}


.x-entrance {
    min-width: 1200px;
    margin:33px 0;
    border-left: none;
    border-right: none
}

.x-entrance * {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

.x-entrance .x-e-content .x-e-content-a1 {
    width: 33%;
    float: left;
    height: 298px;
    position: relative;
    /* background-position: center 40px; */
    background-repeat:repeat;
    background-size: 126px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}


.x-entrance .x-e-content .x-e-content-a1:hover{
    background:url('/images/nav-sprite2-bg-hover.jpg')repeat;
    background-size: 126px;
    animation:x-e-content-a 10s infinite linear;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transform: translate(0, -26px);
}
.x-entrance .x-e-content .x-e-content-a1:hover .x-e-content-mk em:before{
    animation:emBf .3s  ease-in;
}
.x-entrance .x-e-content .x-e-content-a1:hover .x-e-content-mk em:after{
    animation:emAf .3s ease-in;
}
.x-entrance .x-e-content .x-e-content-a1:hover .x-e-content-mk p span:before{
    animation:loadRotate .5s ease-in;
}
.x-entrance .x-e-content .x-e-content-a1:hover i{
    animation: aniTop 1s infinite ease-in;
}
/* nav-sprite2-bg  animation */
@keyframes x-e-content-a{
    0%{
        background-position:0 0;
    }
    100%{
        background-position:460px 0;
    }
}
/* nav-sprite2-bg-embefore animation */
@keyframes emBf{
    0%{
        top:6px;
    }
    100%{
        top:197px;
    }
}
/* nav-sprite2-bg-emafter animation */
@keyframes emAf{
    0%{
        right:345px;
    }
    100%{
        right:79px;
    }
}
/* nav-sprite2-bg-p-spanbefore animation */
@-webkit-keyframes loadRotate{
  from{
    -webkit-transform:rotateZ(0deg);
  }
  to{
    -webkit-transform:rotateZ(720deg);
  }
}
.x-entrance .x-e-content .x-e-content-a1 i{
    display: block;
    width: 117px;
    height: 103px;
    margin-left: -73px;
    position: absolute;
    top: 37px;
    left: 50%;
    background-image: url('/images/index-sprite2.png');
    background-repeat: no-repeat;
}
.x-entrance .x-e-content .x-e-content-a1 a{
  display: inline-block;
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:9;
}
.x-entrance .x-e-content .x-e-content-a1 span.x-e-content-solid {
    display: inline-block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #efefef
}

.x-entrance .x-e-content .x-e-content-a1 .x-e-content-mk {
    padding-top: 144px
}
.x-entrance .x-e-content .x-e-content-a1 .x-e-content-mk p {
    font-size: 16px;
    text-align: center;
    color: gray;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:hover .x-e-content-mk p {
    font-size: 16px;
    text-align: center;
    color: rgba(176,139,98,1)!important;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}


.x-entrance .x-e-content .x-e-content-a1 .x-e-content-mk p span {
    display: inline-block;
    color: #6C6C6C;
    position: relative;
    font-size: 26px;
    letter-spacing: 6px;
    text-indent: 8px;
}


.x-entrance .x-e-content .x-e-content-a1:nth-of-type(1) p span:before {
    content: 'E';
    position: absolute;
    font-size: 60px;
    left: -43px;
    top: -10px;
    color: gray;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:nth-of-type(1):hover p span:before {
    content: 'E';
    position: absolute;
    font-size: 60px;
    left: -43px;
    top: -10px;
    color: rgba(176,139,98,1);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}

.x-entrance .x-e-content .x-e-content-a1:nth-of-type(2) p span:before {
    content: 'E';
    position: absolute;
    font-size: 60px;
    left: -43px;
    top: -10px;
    color: gray;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:nth-of-type(2):hover p span:before {
    content: 'E';
    position: absolute;
    font-size: 60px;
    left: -43px;
    top: -10px;
    color: rgba(176,139,98,1);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}

.x-entrance .x-e-content .x-e-content-a1:nth-of-type(3) p span:before {
    content: 'P';
    position: absolute;
    font-size: 60px;
    left: -43px;
    top: -10px;
    color: gray;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:nth-of-type(3):hover p span:before {
    content: 'P';
    position: absolute;
    font-size: 60px;
    left: -43px;
    top: -10px;
    color: rgba(176,139,98,1);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}


.x-entrance .x-e-content .x-e-content-a1:hover {
    box-shadow: 0 0 30px #ccc;
    -webkit-box-shadow: 0 0 30px #ccc;
    -moz-box-shadow: 0 0 30px #ccc
}

.x-entrance .x-e-content .x-e-content-a1 .x-e-content-mk em{
    display: block;
    width: 261px;
    /* float: left; */
    height: 2px;
    /* background: red; */
    margin: 24px 0 0 49px;
    background-color: gray;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:hover .x-e-content-mk em{
    display: block;
    width: 261px;
    /* float: left; */
    height: 2px;
    /* background: red; */
    margin: 24px 0 0 49px;
    background-color: rgba(233,173,56,1);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1 .x-e-content-mk em:before {
    content: "";
    display: block;
    width: 20.5px;
    height: 26.63px;
    position: absolute;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAApCAYAAAFRvXkcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAo5JREFUeNpi/A8EDEiABUozwgSYGNAAusB/mMB/bCrAggABxIhsCwtO00GcnzAOTA8jhhUAAcTwHwJOgRSg4f/I2hgIOR0ZGMKM/Y9mpAlMABkwA/F5GAcggBjRAxGbnYxoWBzmSV4g/RmLxg+MeEzlwCe5Cl8g/McVCLLIof4fWzQyoacNIChGjy8GJEX/caYZZA5AAKGH7V8gVscStyA8/z9aLIHANxyKsWF1gokEDwhgYiAP3IRpTCBR4zXkYFUC4vtEaPoNymXITr0HxBrEaMIWV9eBOBCHpv9IJQYDejzCwAL0PIoO8OUfUM7QAuLH2CQBAghvxsMH0P04H0sGZYQG2j9caVWMiOR2Gj2tqpOQVr/BAucD0GIBErzHAwo4kB8TSQyXL7BQ5QTS30nUDC5Z5MmNjmayMhaW8poQjkeODkMSNKKk1T9AzEqEAxVgeZYJqfqTI6bIwJZW7xLQBEqvbNg0gmw1wVfO4CuQcYVwADZF6KAEV0gS0ohu6wJSNJ6HyjHjkMdb5shCA4SXqmUOQIARoxFU1hwG4s1AfBwa32+gciJArAzElkDsB8Q2BBo0OMvjB0BsQ2KmQcbWQHyfmMi4CsQCFFiEjvmhZmK1sJaKFqHjGnQLZ9LQMhieiZxMFYH4AQNtAbioglnIDsS/aGwhFxB/hSXheAbagyjkfPgN2gj/QiPLuIH4FdiXSKn0GA0TzDFc+XAFDSxbQagUpmYWmU5ssT+HCpbNIaWeAYHVFFi2+j+emg8f2EeGZfvwGUhM9XQHiHWQO+k4AKjwuALEKpTWhyDwEYjVgfglDnlxaGOJn9jGIjHgHxBbYQlCK6gcUYAUC2EgH8myfFI1k9s2WQ+lA0nVCADd9HnISGrbfQAAAABJRU5ErkJggg==');background-position: center center;
    background-repeat: no-repeat;
    font-size: 13px;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    line-height: 1.9;
    font-weight: 300;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1 .x-e-content-mk em:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    bottom: 72px;
    right: 79px;
    border-width: 13px 0px 0px 19px;
    border-style: solid;
    border-color: transparent transparent transparent gray;
    position: absolute;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:hover .x-e-content-mk em:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    bottom: 72px;
    right: 79px;
    border-width: 13px 0px 0px 19px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(233, 173, 56);
    position: absolute;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:nth-of-type(1) em:before {
    content: '1';
    left: 39px;
    top: 197px;
    background-color:gray;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:nth-of-type(1):hover em:before {
    content: '1';
    left: 39px;
    top: 197px;
    background-color: rgba(233,173,56,1);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:nth-of-type(2) em:before {
    content: '2';
    left: 39px;
    top: 197px;
    background-color: gray;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:nth-of-type(2):hover em:before {
    content: '2';
    left: 39px;
    top: 197px;
    background-color: rgba(233,173,56,1);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:nth-of-type(3) em:before {
    content: '3';
    left: 39px;
    top: 197px;
    background-color: gray;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:nth-of-type(3):hover em:before {
    content: '3';
    left: 39px;
    top: 197px;
    background-color: rgba(233,173,56,1);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
/*******************************
    -------[=底部]-------
********************************/
/* 联系我们底部 */
.x-footer-contact {
    width: 100%;
    background:url(/images/img-nine-6.jpg) center no-repeat fixed;
    background-size: cover;
}

.x-footer .x-footer-contact .x-footer-contact-item {
    width: 1200px;
    margin: 0 auto;
    padding: 50px;
    overflow:hidden;
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx {
    width: 370px;
    height: 460px;
    float: left;
    background: rgb(234,174,50);
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item {
    width: 320px;
    padding: 30px 15px 0;
    height: 350px;
    background: #fff;
    margin: 0 auto;
    text-align: left
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item .x-footer-contact-item-lx-item-a1 {
    padding-bottom: 22px;
    border-bottom: 1px dashed #ccc
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item .x-footer-contact-item-lx-item-a1 p {
    width: 48px;
    height: 48px;
    float: left;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: url('/images/ieyfqpehtf.svg') no-repeat #cfcfcf;margin-right: 14px
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item .x-footer-contact-item-lx-item-a1 h3 {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1;
    padding-top: 2px
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item .x-footer-contact-item-lx-item-a1 span {
    line-height: 1.4;
    font-size: 26px;
    color: #333
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item .x-footer-contact-item-lx-item-btn {
    display: inline-block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #e1e1e1;
    color: #333;
    text-align: center;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item .x-footer-contact-item-lx-item-qq {
    text-align: center;
    padding-top: 38px
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item .x-footer-contact-item-lx-item-qq a {
    display: inline-block;
    width: 104px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border: 2px solid #EAAE32;
    font-weight: 400;
    color: #EAAE32;
    font-size: 16px;
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
}
.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item .x-footer-contact-item-lx-item-qq a:nth-child(1):hover{
    box-shadow: 0px 0px 22px #9D7646;
    transform:translate(0,-2px);
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
}
.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item .x-footer-contact-item-lx-item-qq a:nth-child(2){
    background-color: #EAAE32;
    color: white;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
}
.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item .x-footer-contact-item-lx-item-qq a:nth-child(2):hover{
    box-shadow: 0px 0px 22px #9D7646;
    transform:translate(0,-2px);
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
}
.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-weibo {
    width: 370px;
    height: 460px;
    float: left;
    margin-left: 45px;
    background: rgb(233,42,32);
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-weibo .x-footer-contact-item-weibo-item {
    width: 320px;
    padding: 10px 15px;
    height: 360px;
    background: #fff;
    margin: 0 auto
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-weixin {
    width: 370px;
    height: 460px;
    float: right;
    overflow:hidden;
    /* background: url('/images/hyyssdyek7.jpg') center bottom no-repeat #23ac38 */
    background: rgb(106,200,67);
}
.item5-i-con{
    display: block;
    width: 276px;
    height: 415px;
    margin: 2px auto 0 auto;
    background: url('/images/item5_2.jpg') no-repeat center center;
}
/* .item5-swiper{
     position: absolute;
    top: 124px;
    left: 48px;
    width: 195px;
    height: 196px;
} */

.item5-ir-val{
        display: block;
    width: 100%;
    padding-top: 285px;
}
.item5-ir-val > h6{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    color: #333;
    font-weight: 200;
    padding: 9px 0;
}
.item5-ir-val > h4 {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 200;
    color: #333;
    font-size: 16px;
    font-weight: 200;
}
.item5-ir-val > hr {
    display: block;
    width: 40px;
    margin: 0 auto;
    border: none;
    margin: 10px auto;
    border-top: 1px solid #333;
}
.item5-ir-val > span {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 200;
    font-size: 10px;
    font-weight: 200;
    color: #ccc;
    letter-spacing: .6px;
    padding-top: 8px;
    transform: scale(.8);
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
}
.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-weixin .x-footer-contact-item-code {
    width: 184px;
    height: 184px;
    margin: 89px auto 0;
    position: relative
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-weixin .item5-i-con{
    position:relative;
}
.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-weixin .item5-i-con>span {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #20c2ff;
    box-shadow: 0 0 6px rgba(32,194,255,.7);
    -webkit-box-shadow: 0 0 6px rgba(32,194,255,.7);
    -moz-box-shadow: 0 0 6px rgba(32,194,255,.7);
    animation: x-footer-contact-item-select 3s infinite linear;
    -webkit-animation: x-footer-contact-item-select 3s infinite linear;
    -moz-animation: x-footer-contact-item-select 3s infinite linear
}
@keyframes x-footer-contact-item-select {
    0% {
        top:92px
    }

    100% {
        top: 287px
    }
}

@-webkit-keyframes x-footer-contact-item-select {
    0% {
        top:92px
    }

    100% {
        top: 287px
    }
}

@-moz-keyframes x-footer-contact-item-select {
    0% {
        top:92px
    }

    100% {
        top: 287px
    }
}
.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-title {
    height: 70px;
    line-height: 70px;
    padding-left: 76px;
    background: url('/images/ieyfqpehtf.svg') no-repeat;background-size: 70px;
    color: #fff;
    font-weight: 300;
    font-size: 22px
}

/* 联系我们底部 */
.container {
    width: 1200px;
    margin: 0 auto;
}

.newfoot {

    width: 100%;
    min-width: 1206px;
    /* background: #f6f6f6; */
}

.newfoot .h1 {
    background: url(/images/ttt.png) center bottom no-repeat;
    height: 290px;
    text-align: center
}

.newfoot .h1 li {
    display: inline-block;
    position: relative;
    margin-top: 258px;
    height: 27px;
    font-size: 14px;
    color: #fff;
    padding-top: 6px;
    *display: inline;
    *zoom: 1
}

.newfoot .h1 .murl {
    background: url(/images/zpbt.png) no-repeat;
    background-position: 0 -252px;
    padding-left: 20px;
    padding-right: 50px;
    margin-right: 20px
}

.newfoot .h1 .murl div {
    visibility: hidden;
    opacity: 0;
    display: block;
    background: url(/images/liantu.png) center no-repeat;
    width: 160px;
    height: 160px;
    top: -128px;
    right: -110px;
    position: absolute;
    z-index: 0
    transition: all 1.4s;
    -o-transition: all 1.4s;
    -ms-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -webkit-transition: all 1.4s;
}

.newfoot .h1 .murl:hover div {
    visibility: inherit;
    opacity: 1;
    transition: all 1.4s;
    -o-transition: all 1.4s;
    -ms-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -webkit-transition: all 1.4s;

}

.newfoot .h1 .addr {
    background: url(/images/zpbt.png) no-repeat;
    background-position: 0 -290px;
    padding-left: 25px;
    margin-right: 40px;
    margin-left: 70px
}

.newfoot .h1 .tel {
    background: url(/images/zpbt.png) no-repeat;
    background-position: 0 -320px;
    padding-left: 30px;
    margin-left: 40px
}

.newfoot .h2 {
    width: 100%;
    min-width: 1200px;
    border-top: #7a4621 1px solid;

}

.newfoot .h3 {
    display: block;
    height: 400px;
    width: 100%;
    min-width: 1200px;
    background: hsla(0, 0%, 15%, 1);
    padding-top: 40px;
    border-top: 2px solid #9e5a46;
    border-bottom: 1px solid #3c3c3c;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

/* .newfoot .h3 .cddh {
    width: 1120px;
    margin: 0 auto;
    height: 35px;
    border: #6b6460 solid 1px;
    margin-top: 30px
}

.newfoot .h3 .cddh li {
    width: 160px;
    line-height: 35px;
    float: left;
    color: #6b6460;
    font-size: 18px;
    text-align: center
} */

/* .newfoot .h3 .cddhnr {
    width: 1120px;
    margin: 0 auto;
    margin-top: 10px;
    height: 220px
}

.newfoot .h3 .cddhnr .f-list {
    width: 160px;
    float: left
}

.newfoot .h3 .cddhnr .f-list li {
    font-size: 14px;
    text-align: center;
    line-height: 23px
}

.newfoot .h3 .cddhnr .f-list li a {
    color: #6b6460
} */

.newfoot .h3 .container .o-zhuanye {
    margin: 0 30px 0 34px;
    width: 348px;
}

.newfoot .h3 .container > div {
    display: block;
    height: 361px;
}

.newfoot .h3 .container .f1 {
    float: left;
}

.newfoot .h3 .container .o-title {
    display: block;
    width: 100%;
    padding-bottom: 8px;
}

.newfoot .h3 .container .o-title h3 {
    font-family: "YaHei", "Microsoft YaHei", "微软雅黑";
    display: block;
    width: 100%;
    text-align: left;
    font-size: 23px;
    font-weight: 300;
    color: rgba(189, 189, 189, 1);
    padding: 0 0 7px 0;
}

.newfoot .h3 .container .o-title span {
    font-family: "YaHei", "Microsoft YaHei", "微软雅黑";
    display: block;
    width: 22px;
    height: 2px;
    float: left;
    background: #9e5a46;
}

.o-zhuanye-left {
    display: block;
    width: 160px;
}

.o-list {
    display: block;
    width: 160px;
    text-align: left;
    padding: 6px 0 0 0;
}

.o-list > p.o-listtitle {
    font-family: "YaHei", "Microsoft YaHei", "微软雅黑";
    display: block;
    width: 160px;
    text-align: left;
    color: rgba(189, 189, 189, 1);
    font-size: 18px;
    line-height: 2.3;
    font-weight: 200;
    padding-top: 10px;
    border-bottom: 1px solid #3c3c3c;
    margin-bottom: 7px;
    cursor: default;
    transition: .2s ease;
    -moz-transition: .2s ease;
    -webkit-transition: .2s ease;
}

.o-list > ul {
    width: 100%;
    text-align: left;
}

.o-list > ul li {
    font-family: "YaHei", "Microsoft YaHei", "微软雅黑";
    display: block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: left;
    color: #3c3c3c;
    font-size: 15px;
}

.o-list > ul li a {
    font-family: "YaHei", "Microsoft YaHei", "微软雅黑";
    color: #777;
    font-weight: 200;
    transition: .2s ease;
    -moz-transition: .2s ease;
    -webkit-transition: .2s ease;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.o-list:hover > p.o-listtitle, .o-list > ul > li:hover a {
    color: #ffffff;
    border-color: #b5b5b5;
}

.newfoot .h3 .container > div.o-about, .newfoot .h3 .container > div.o-jiuye {
    margin: 0 30px 0 0;
    width: 160px;
}

.o-list-icon {
    display: block;
    width: 190px;
    position: absolute;
    left: -6px;
    top: 65px;
}

.o-list-icon div {
    transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 5px;
    background-image: url(/images/icon1.png);
    background-repeat: no-repeat;
}

.slistwechat {
    transition: all 1.4s;
    -ms-transition: all 1.4s;
    -o-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -webkit-transition: all 1.4s;
    display: block;
    width: 110px;
    height: 110px;
    position: absolute;
    top: -144px;
    left: 97px;
    visibility: hidden;
    opacity: 0;
    background: url(/images/wxdyh.png) no-repeat left center;
    background-size: cover;
}

.slistwap {
    transition: all 1.4s;
    -ms-transition: all 1.4s;
    -o-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -webkit-transition: all 1.4s;
    display: block;
    width: 110px;
    height: 110px;
    position: absolute;
    top: -144px;
    left: 97px;
    visibility: hidden;
    opacity: 0;
    background: url(/images/liantu.png) no-repeat left center;
    background-size: cover;
}

.o-list-tel {
    font-family: "YaHei", "Microsoft YaHei", "微软雅黑";
    display: block;
    width: 200px;
    position: absolute;
    top: 113px;
    left: 0px;
    font-size: 15px;
    color: #7c7c7c;
    line-height: 1;
    margin-top: -2px;
}

.o-list-tel span {
    font-family: "YaHei", "Microsoft YaHei", "微软雅黑";
    color: white;
    font-size: 13px;
}

.o-list-add {
    font-family: "YaHei", "Microsoft YaHei", "微软雅黑";
    display: block;
    width: 230px;
    position: absolute;
    top: 138px;
    left: 0px;
    font-size: 15px;
    color: #7c7c7c;
    line-height: 1;
    margin-top: -2px;
}

.o-list-add span {
    font-family: "YaHei", "Microsoft YaHei", "微软雅黑";
    font-size: 13px;
    color: white;
}

.newfoot .h3 .container > div.o-baoming {
    width: 175px;
}

.o-form {
    display: block;
    width: 100%;
    padding-top: 5px;
}

.o-form input {
    transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    display: block;
    width: 144px;
    height: 35px;
    float: left;
    background: #262626;
    border: 1px solid #3c3c3c;
    font-weight: 200;
    outline: none;
    color: #fff;
    padding-left: 6px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin: 4px 0;
}

.o-form input:hover {
    transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    border: 1px solid #8f695e;
}

.o-form .scform {
    display: block;
    width: 100%;
}

.o-form > p {
    transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    display: block;
    width: 60px;
    height: 30px;
    background: #434343;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 200;
    color: #858585;
    margin-top: 186px;
    cursor: pointer;
}

.o-form > p:hover {
    transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;

    background: white;
    color: black;
}

button, input, keygen, select, textarea {
    font-family: "Microsoft YaHei", Verdana, Arial, Helvetica, sans-serif;
}

.o-list-icon .o-wechat {
    background-position: -4px -3px;
}

.o-wechat:hover {
    background-position: -4px -42px;
}

.o-wechat:hover .slistwechat {
    transition: all 1.4s;
    -ms-transition: all 1.4s;
    -o-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -webkit-transition: all 1.4s;
    visibility: inherit;
    opacity: 1;
}

.o-list-icon .o-qq {
    background-position: -49px -3px;
}

.o-qq:hover {
    background-position: -50px -42px;
}

.o-list-icon .o-weibo {
    background-position: -95px -3px;
}

.o-list-icon .o-weibo:hover {
    background-position: -95px -42px;
}

.o-list-icon .o-wap {
    background-position: 8px -90px;
}

.o-wap:hover .slistwap {
    transition: all 1.4s;
    -ms-transition: all 1.4s;
    -o-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -webkit-transition: all 1.4s;
    visibility: inherit;
    opacity: 1;
}

.sitemap {
    display: block;
    width: 100%;
    min-width: 1200px;
    height: 60px;
    background: #262626;
}

.sitemap-box {
    display: block;
    width: 1200px;
    height: 55px;
    margin: 0 auto;
    text-align: center;
    cursor: default;
}

.sitemap-box div {
    height: 55px;
    line-height: 55px;
    color: #969696;
    display: inline-block;
}

.newfoot .h3 .Copyright {
    text-align: center;
    padding-bottom: 90px;
    line-height: 23px
}
.b-e-b .title{
    margin-top: 61px;
    margin-bottom: 2px;
    text-align: center;
    padding: 7px 0 8px 0;
}
.b-e-b .title li {
    position:relative;
    display: inline-block;
    margin: 0 58px;
    width: 176px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition:all .4s;
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
    -ms-transition:all .4s;
    -o-transition:all .4s;
}
.b-e-b  .title .ative>a, .b-e-b  .title li:hover a {  
    background-position: 0px 0px;
    transform:translate(0,-5px);
    transition:all .4s;
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
    -ms-transition:all .4s;
    -o-transition:all .4s;
    /* box-shadow:0 0 30px #c1c1c1; */
}

.b-e-b .title li a {
    padding: 0px 0 1px 0;
    transition:all .4s;
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
     box-shadow: 2px 2px 8px;
    -ms-transition:all .4s;
    -o-transition:all .4s;
    display: block;
    padding-left: 42px;
    color: #464646;
    letter-spacing: 2px;
    font-size: 20px;
    background:#F4F4F4;
    border-radius:6px;
}
.b-e-b .title li a i{
    position: absolute;
    width: 61px;
    height: 100%;
    left: 0;
    background:url('./items-icon-0401.svg') center center no-repeat;
    display: inline-block;
    background-size: 555px;
}

@media(max-width: 1400px){
    .hdr,.header-tel{
        display:none;
    }
}
.banner-index{
display: block;
  width: 100%;height: auto;
}


.box-form .list {float: left;width: 660px;}
.box-form .list img {display: block;}
.box-form .tit {height: 61px;line-height: 61px;font-size: 24px;text-align: center;}
.box-form .table {overflow: hidden;}
.box-form .table .item {height: 45px;line-height: 45px;font-size: 14px;}
.box-form .table .item.last {border-bottom-color: transparent;}
.box-form .table div {float: left;text-align: center;}
.box-form .table .d1 {width: 158px;}
.box-form .table .d2 {width: 168px;}
.box-form .table .d3 {width: 172px;}
.box-form .table .d4 {width: 160px;}

.box-form .form {margin-left: 680px;padding-bottom: 40px;}
.box-form .form ul {padding: 30px 40px 0;}
.box-form .form .btn-form {margin: 40px auto 0;display: block;width: 210px;height: 45px;line-height: 45px;color: #fff;font-size: 18px;text-align: center;background-color: #dca436;border: none;cursor: pointer;}
.box-form .form .btn-form:hover {background-color: #b18c62;}
.box-form .form .li-gender {margin-bottom: 38px;text-align: center;font-size: 0;}
.box-form .form .li-gender label {position: relative;margin: 0 24px;display: inline-block;width: 110px;height: 156px;background-position: center center;background-repeat: no-repeat;cursor: pointer;}
.box-form .form .li-gender label.m {background-image: url(/images/ico-hm-1.png);}
.box-form .form .li-gender label.f {background-image: url(/images/ico-hm-2.png);}
.box-form .form .li-gender input {display: none;}
.box-form .form .li-gender em {position: absolute;right: 12px;bottom: 0;display: none;width: 23px;height: 23px;background: url(/images/ico-checked-1.png) center center no-repeat;}
.box-form .form .li-gender .checked em {display: block;}
.box-form .form .li-item {margin-bottom: 20px;}
.box-form .form .d1 {float: left;width: 114px;height: 48px;line-height: 48px;text-align: center;font-size: 14px;}
.box-form .form .d1 em {color: #f01332;font-weight: bold;}
.box-form .form .d2 {margin-left: 115px;padding: 0 13px 0 20px;}
.box-form .form .inp-form {display: block;width: 100%;height: 48px;line-height: 48px;border: none;font-size: 14px;}
.box-form .form .select {position: relative;cursor: pointer;}
.box-form .form .select .cur {display: block;width: 100%;height: 100%;background-position: right center;background-repeat: no-repeat;}
.box-form .form .select .s-list {position: absolute;top: 48px;left: -21px;right: -14px;display: none;z-index: 2;}
.box-form .form .select .s-list a {padding: 0 13px 0 20px;display: block;height: 40px;line-height: 40px;font-size: 14px;}
/*学院报名公告*/
.moduleInformation {
    width: 1200px;
    margin: 0 auto 50px;
}
.moduleInformation .InformationTitle {
    text-align: center;
}   
.moduleInformation .InformationTitle h5{
    font-size: 34px;
    color: #EAAE32;
    line-height: 2.5;
}
.module_part .major_part{
    float: left;
    width: 41%;
}
.module_part .major_part ul li{
    float: left;
    margin-right: 3%;
    width: 46%;
    border:1px solid #C1C1C1;
    padding-bottom: 8px;
    margin-bottom: 18px;
}
.module_part .major_part ul li img{
    display: block;
}
.module_part .major_ti{
    margin:15px 0;
    padding:0 6px;
}
.module_part .major_ti p{
    font-size: 16px;
    display: inline-block;
}
.module_part .major_ti span{
    font-size: 15px;
    float: right;
    color: #FF6D24;
}
.module_part .btn_group{
    padding:0 6px;
}
.module_part .btn_group .btn_pay{
    background: #EAAE32;
    width: 40%;
    text-align: center;
    color: #FFFFFF;
    border-radius: 6px;
    font-size: 14px;
    display: inline-block;
    line-height: 1.8;
}
.module_part .btn_group .btn_major{
    font-size: 14px;
    color: #666666;
    float: right;
}
.moduleInformation .InformationInfo {
    float: left;
    width: 30%;
    margin-right: 2%;
    height: 522px;
    /*background: url(images/Information-content-bg.png) no-repeat;*/
    border:1px solid #C1C1C1;
}
.moduleInformation .InformationInfo h5{
    text-align: center;
    font-size: 26px;
    color: #333333;
    line-height: 2.4;
}
.moduleInformation .InformationInfo ul{
    padding:0 15px;
}
.moduleInformation .InformationInfo li{
    width: 100%;
    float: left;
    line-height: 45px;
    font-size: 16px;
    border-top:1px dashed #C1C1C1;
}
.moduleInformation .InformationInfo li p{
    float: left;
    text-align: center;

}
.moduleInformation .InformationInfo ul:nth-child(1) li:nth-child(1){
    font-size: 16px;

}
.InformationInfo ul:nth-child(1) p{
    border-bottom: 1px solid #b8b8b8;
}
.InformationInfo ul li>p:nth-child(1){
    width: 40%;
}
.InformationInfo ul li>p:nth-child(1){
    color: #EAAE32;
}
.InformationInfo ul li>p:nth-child(2) {
    width: 20%;
}
.InformationInfo ul li>p:nth-child(3) {
    width: 40%;
}
.InformationInfo .scroll_btn{
    
}
.InformationInfo .scroll_btn a{
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 2.8;
}
.InformationInfo .scroll_btn .orange_btn{
    width: 70%;
    background: #FFBA91;
    float: left;
}
.InformationInfo .scroll_btn .yellow_btn{
    width: 30%;
    background: #FC5B32;
    float: right;
}
.module_part .enter_new{
    float: left;
    width: 26%;
}
.enter_new h5{
    text-align: center;
    font-size: 24px;
    line-height: 2;
    
}
.enter_new .black_line{
    width: 20%;
    margin: 0 auto;
    height: 2px;
    background: #555;
    margin-bottom: 30px;
}
.enter_new .enter_box{
    position: relative;
    margin-bottom: 48px;
    height: 210px;
}
.enter_new .enter_box .blink_action{
    position: absolute;
    width: 20%;
    left: 40%;
    top:78px !important;
    z-index: 10;
    cursor:pointer;
}
.ques_group ul li{
    float: left;
    width: 17.4%;
    text-align: center;
    border:1px solid #F3F3F3;
    border-radius: 6px;
    margin-bottom: 15px;
    transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -moz-box-shadow: 2px 2px 8px #888;
}
.ques_group ul li:hover{
    transform: translate(0, -4px);
    transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
}
.ques_group ul li a{
    font-size: 15px;
    line-height: 2.2;
    color: #555;
}
.ques_group ul li.margin_li{
    margin:0 2%;
}
.cyjy .cy_part,.cyjy .jy_part{
    float: left;
    width: 50%;
    height: 186px;  
    text-align: center;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;   
}
.cyjy .cy_part:hover,.cyjy .jy_part:hover{
    box-shadow: 0px 0px 15px #aaa;
}
.cyjy i{
    display: inline-block;
    width: 80px;
    height: 80px;  
    margin:20px 0;    
}
.cyjy .cy_part i{
    background-image: url(/images/bmgg/icon_1.png);
    background-repeat: no-repeat;
    
}
.cyjy .jy_part i{
    background-image: url(/images/bmgg/icon_2.png);
    background-repeat: no-repeat;
}
.cyjy .jy_part{
    float: left;
    width: 48%;
    text-align: center;
}
.cyjy p{
    font-size: 18px;
    color: #000;
    line-height: 1.25;
}
.cyjy p span{
    font-size: 16px;
    color: #666;
}
.wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
.index_major{ width: 100%;height: auto;/*background:url(/images/index/majorbg.jpg) no-repeat center fixed;*/padding: 50px 0;background-size: cover}
.index_marjor_nav ul{border:1px solid #D1AB57;box-shadow:5px 5px 5px #999}
.index_marjor_nav li{width: 298px;float: left;margin:0;cursor: pointer;border-left:1px solid #D1AB57;background: #fff;height: 50px;overflow: hidden;position: relative;border-bottom: 1px solid #D1AB57;}

.index_marjor_nav li.active{background: #D1AB57;}
.index_marjor_nav li.active p{color: #fff}
.index_marjor_nav li p{height: 50px;line-height: 50px;width: 100%;text-align: center;color: #D1AB57;font-size:18px;}
.index_marjor_nav li p:first-child{position: absolute;top:0px;}
.index_marjor_nav li p:last-child{position: absolute;top: 50px;}
.index_marjor_list{width: 100%;height: auto;margin-top:30px;}
.index_marjor_list li{width: 1200px;box-shadow: 5px 5px 5px #999;clear: both;height: 340px;}
.index_marjor_list_left{width: 760px;float: left;}
.index_marjor_list_left img{height: 340px;}
.index_major_list_right{width: 390px;float: right;padding: 0 25px;color: #333;background: #fff;height: 320px;padding-top: 20px;}
.index_major_list_right h2{font-size: 20px;font-weight: bold;line-height: 35px;}
.index_major_list_right h3{font-size: 18px;border-bottom: 1px dashed #DCDCDA;line-height:35px;padding-bottom: 10px;font-weight: normal;}
.index_major_list_right_con{font-size: 14px;line-height: 25px;margin-top: 20px;padding: 0 10px;}
.index_major_list_right_zxlj{padding: 0 10px;color: #fff;font-size: 14px;margin-top:25px;}
.index_major_list_right_zxlj a{background: #D1AB57;padding:5px 20px;border-radius: 5px;color: #fff}
.index_major_list_right_zxlj span{background: #D1AB57;padding:5px 20px;border-radius: 5px;cursor: pointer;}
.index_marjor_list {
    width: 100%;
    height: auto;
    margin-top: 30px;
}
 .nav a{color:#fff;line-height: 60px}
        .nav{width:1200px;margin:0 auto;}
        .nav a:hover{
                color: #fff;
        }
        .navigation-down{top:60px;}
        .cztc{z-index: 9999}
        .hidden{display: none}
        /*导航代码开始*/
.nav_box_20 {height:50px;background:#6a2c14;}
.nav_20{width:1200px;height:50px;margin:0 auto;}
.nav_20 li{width:120px;float:left;height:50px;position:relative;display:block;}
.nav_20 li a{display:inline-block;height:50px;width:120px;text-align:center;font-size:16px;line-height:50px;color:#fff;background:#6a2c14;}
.nav_20 li a:hover{
    transition: all 0.35s;
    background-color: #c89d66;
}
.nav_20 li .nav_sub_20 {width:120px;position:absolute;display:none;top:50px;left:0px;z-index:998;}
.nav_20 li .nav_sub_20 li{height:35px;}
.nav_20 li .nav_sub_20 li a{background:#fff;width:100%;font-size:15px;color:#444;height:35px;line-height:35px;}
.nav_20 li .nav_sub_20 li a:hover {background:#6a2c14;line-height:35px;color:#fff;}
.nav_20 li:hover .nav_sub_20{display:block;}
/*导航代码结束*/

/*直播代码*/
.zhibo_alert2 {width:620px;position:fixed;left:0;right:0;margin:0 auto;top:50%;margin-top:-6rem;z-index:1000;font-family:微软雅黑;display:none;}
.zb-play {position:absolute;width:32px;height:32px;bottom:1rem;left:10px;cursor:pointer;}
.zb-close {width:32px;height:32px;background:#ee5400;line-height:32px;text-align:center;font-size:20px;color:#fff;position:absolute;top:0;right:0;cursor:pointer;}
.zb-bd {width:280px;height:auto;position:absolute;right:40px;top:30px;border-radius:6px;box-shadow:5px 5px 1rem rgba(0,0,0,.3);padding:12px 0 16px;background:#fff;}
.zb-t1 {text-align:center;font-size:22px;letter-spacing:2px;color:#000000;font-weight:bold;line-height:1.8;}
.zb-t2 {text-align:center;font-size:16px;color:#ff1442;line-height:1.8;font-weight:bold;}
.zb-t3 {text-align:center;font-size:12px;color:#595757;line-height:1.8;}
.zb-in {display:block;width:228px;margin:0 auto;height:36px;line-height:36px;border:1px solid #999;margin-top:12px;padding-left:12px;border-radius:4px;}
.zb-sub {width:86%;margin:0 auto;height:36px;line-height:36px;margin-top:12px;text-align:center;border-radius:4px;background:#ff9c05;color:#fff;letter-spacing:1px;font-size:15px;cursor:pointer;}
.fix-zb {width:94px;max-width:94px;position:fixed;right:0;top:13%;height:auto;z-index:999999;}
.fix-zb img{display: block}
.red_box {width:100%;/*height:0.75rem;line-height:0.75rem;*/background:#f45330;position:relative;    overflow: hidden;}
.red_box p {color: #fff;
    text-align: center;
    /*padding-right: 1rem;*/
    font-size: 13px;
    letter-spacing: 0.05rem;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    float: right;
    width: 72%;}
.red_box ul {position:absolute;top:50%;left:10%;}
.red_box ul li {float:left;width:0.2rem;height:0.2rem;border-radius:0.2rem;margin-right:0.2rem;background-color:#fff;}
.red_box ul li:nth-child(1) {animation:love1 2s infinite;}
.red_box ul li:nth-child(2) {animation:love2 2s infinite;animation-delay:0.15s;}
.red_box ul  li:nth-child(3) {animation:love3 2s infinite;animation-delay:0.3s;}
@keyframes love1 {30%,50% {height:.5rem;transform:translateY(-0.15rem);}
    75%,100% {height:0.25rem;transform:translateY(0);}
}
@keyframes love2 {30%,50% {height:.7rem;transform:translateY(-0.2rem);}
    75%,100% {height:0.25rem;transform:translateY(0);}
}
@keyframes love3 {30%,50% {height:.5rem;transform:translateY(-0.15rem);}
    75%,100% {height:0.25rem;transform:translateY(0);}
}

.zb-in input[type='submit'], input[type='reset'], input[type='button'], select{
    -webkit-appearance:button;
    /*appearance:button;*/
    appearance: auto;
}
.zb-in-s {display:block;width:240px;margin:0 auto;height:36px;line-height:36px;border:1px solid #999;margin-top:12px;padding-left:12px;border-radius:4px;}
/*直播代码*/
.record-footer{
    width: 100%; text-align: center;background: #262626;font-size: 14px; padding: 0 0 40px 0
}
/*离线宝弹窗*/
        #lxbtc{width: 460px;height: 310px;position: fixed;left: 50%;top:50%;margin-left: -230px;margin-top: -155px;background: url(/images/tcbj.jpg) no-repeat center;z-index: 99999;}
        #lxbtc_con{height:55px;margin-top:255px;margin-left:95px;}
        #lxbtc_con input{width:165px;height:33px;color:#333;font-size: 16px;border:none;font-family: "黑体";text-align: center;outline: none;line-height: 33px;}
        #lxbtc_con button{width:100px;height:35px;background:none;border:none;margin-left:3px;font-size:16px;cursor: pointer;color:#fff;font-family: "黑体";font-weight: bold;outline: none;line-height: 35px;}
        #lxbtc_close{width:25px;height: 25px;position: absolute;right:5px;top:5px;background: #f8f8f8;color:#565451;font-size:20px;line-height: 23px;text-align: center;border-radius:20px;cursor: pointer;}
        #tip{width:300px;min-height:200px;position: fixed;top: 50%;margin-top: -100px; left: 50%;margin-left: -150px;background: #fff;border-radius: 15px;z-index: 9999999;display: none;}
        #tiptitle{height:39px;line-height:39px;text-align: center;font-weight: bold;letter-spacing: 5px;font-size: 18px;border-bottom: 1px solid #cecece;color: #333}
        #tipinfo{min-height: 80px;text-align: center;font-size: 16px;color: #333;padding: 20px 10px;line-height: 30px;}
        #tipclose{height: 39px;line-height: 39px;border-top: 1px solid #cecece;font-size: 18px;font-weight: bold;color: #2584D8;text-align: center;cursor: pointer;}
        #tipbg{width: 100%;height: 100%;position: fixed;top: 0;left: 0;background: rgba(0,0,0,.3);z-index: 9999998;display: none;}
        /*新底部悬浮框*/
        .fix_foot{width:100%; height:80px; position:fixed; bottom:0; left:0; background:#2d2f2f; z-index:11111;}
        .fix_foot .center{width:1200px; height:100%; margin:0 auto;}
        .fix_foot .center .l_img{width:300px; height:44px; margin-top:18px; float:left;}
        .fix_foot .center .w300{width:250px; height:44px; margin-top:18px; margin-left:260px; float:left; border:1px solid #fc852a; border-radius:30px 0 0 30px; font-size:18px;}
        .fix_foot .center .w100{width:100px; height:44px; margin-top:18px; float:left; border:1px solid #fc852a; border-radius:0 30px 30px 0; background:#fc852a; text-align:center; color:#FFF; font-size:18px; line-height:44px; cursor:pointer;}
        .fix_foot .center .w300 input{width:100%; height:100%; border-radius:30px 0 0 30px; line-height:44px; border:0px solid #fc852a; background:#2d2f2f; color:#FFF; text-indent:20px;}
        .fix_foot .center .w300 input::-ms-input-placeholder{color: #fff;opacity:1; font-size:18px;}
        .fix_foot .center .w300 input::-moz-placeholder{/* Mozilla Firefox 4 to 18 */ color: #fff; opacity:1; font-size:18px;}
        .fix_foot .center .w300 input::-webkit-input-placeholder{color: #fff; opacity:1; font-size:18px;}
        .fix_foot .center .r_100{width:180px; height:44px; margin-top:18px; background:#2d2f2f; line-height:44px; color:#FFF; border:1px solid #fc852a; float:right; border-radius:30px; text-align:center; font-size:18px; margin-right:20px;}
        .fix_foot .center .r_100 a{color:#FFF;}
        /*新底部悬浮框*/
        .fix-left{ width: 130px; height: auto; background: #F6F6F6; position: fixed; left:0; top: 128px; z-index: 11110; border-radius: 0 12px 0 0; box-shadow: 4px 6px 12px rgba(0, 0, 0,0.1);display: none;}
        .fl-t{ font-size: 17px; font-weight: bold; background: rgb(234, 174, 50); text-align: center; color: #fff; padding: 10px 0; line-height: 1.2; letter-spacing: 4px;}
        .fl-body{ width: 100%; height: auto;}
        .fl-body li{ width: 100%; padding: 5px 0; transition: all 1.2s; }
        .fl-body li .fl-ask{ width: 100%; font-size: 14px; text-indent: 10px; color: #333; }
        .fl-zx{ text-align: right; font-size: 12px; color: #727272; padding-top: 10px;padding-right: 15px; }
        .fl-body li:hover{ transform: translateX(10px); background: rgb(234, 174, 50); }
        .fl-body li:hover .fl-ask, .fl-body li:hover .fl-zx{ color: #fff;}
        .index_major_list_right h6{font-size: 20px;font-weight: bold;line-height: 35px;}
        .section-index.s5{position: relative;padding: 80px 0;
            /* background: url(../images/bg-hm-8.png) center center no-repeat;
            background-size: cover; */}
        .section-index.s5 .slide{margin-top: 10px;}
        .section-index.s5 .slide .item{padding:10px 5px 0 5px;}
        .section-index.s5 .slide .item:hover .cont2{-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);box-shadow: 0 0 10px rgba(0,0,0,.3);}
        .section-index.s5 .slide .img{position: relative;padding-top: 56%;height: 0;overflow: hidden;}
        .section-index.s5 .slide img{position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%; -o-transition: .5s; -ms-transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; transition: .5s; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden;}
        .section-index.s5 .slide .item:hover img{-o-transform: scale(1.2); -ms-transform: scale(1.2); -moz-transform: scale(1.2); -webkit-transform: scale(1.2); transform: scale(1.2);}
        .section-index.s5 .slide .txt{padding: 26px 29px 32px;background-color:#F7F7F7;}
        .section-index.s5 .slide .tit{font-size: 16px;line-height: 1.63em;height: 3.26em;overflow: hidden;}
        .section-index.s5 .slide .item:hover .tit{color: #333;}
        .section-index.s5 .slide .date{position: relative;padding-top: 14px;font-size: 12px;font-family: Arial;}
        .section-index.s5 .slide .item:hover .date{color: #333;}
        .section-index.s5 .slide .date:after{position: absolute;bottom: -18px;left: 0;display: block;width: 18px;height: 2px;background-color: #d7a746;content: '';}
        .section-index.s5 .slide .info{margin-top: 40px;color: #666;font-size: 14px;line-height: 1.71em;height: 3.42em;overflow: hidden;}
        .section-index.s5 .slide .btn{position: absolute;top: 50%;margin-top: -22px;display: block;width: 44px;height: 44px;z-index: 2;}
        .section-index.s5 .slide .btn.slick-prev{left: 0;background-image: url(/style/images/ind/arr-l4.png);}
        .section-index.s5 .slide .btn.slick-prev:hover{background-image: url(/style/images/ind/arr-l1.png);}
        .section-index.s5 .slide .btn.slick-next{right: 0;background-image: url(/style/images/ind/arr-r4.png);}
        .section-index.s5 .slide .btn.slick-next:hover{background-image: url(/style/images/ind/arr-r1.png);}
        .section-index.s5 .btns{margin-top: 50px;}
        .section-index.s5 .btns a{float: none;margin: 0 auto;}
        .news_lists_right .news_text_list span{float:right;}
        #news_tab ul li{width: 21%; text-align: center; float: left; font-size: 23px; font-weight: 800; background: #F7F7F7; /* padding: 5px; */ margin: 0 24px 0 23px; line-height: 56px; border-radius: 13px; box-shadow: 0 0 1px #B6B6B6;transition:all .3s;}
        #news_tab ul li:hover{transform:translate(0,-10px);
            transition:all .3s;
            box-shadow: 0 0 30px #B6B6B6;
            cursor:pointer;
            background:#EAAE32;
            color:white;}
        #news_tab ul .selected{box-shadow: 0 0 30px #B6B6B6;
            transition:all .3s;
            background:#EAAE32;
            color:white;}
        .section-index.s5 .news_lists_big{overflow:hidden;}
        .section-index.s5 .news_lists{overflow:hidden;}
        .section-index.s5 .news_lists .item{float:left; width:22%;}
        .news_lists_right p{font-size:19px;
            font-weight: 800;
            overflow: hidden;}
        .news_lists_right p span{color:gray;
            font-weight: 500;
            font-size:14px;}
        .news_lists_right p i{display: inline-block; float: right; font-size: 12px; color: #EAAE32; line-height: 36px;}
        .news_lists{display:none;}
        .news_lists_show{display:block!important;}
        .news_lists_right .news_text_list ul{width: 95%; margin: 0 auto;}
        .news_lists_right .news_text_list ul li{padding: 5px 0 5px 0;}
        .news_lists_right .news_text_list h3{display:inline-block; font-weight:500; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;width:66%;font-size: 16px;transition:all .3s;}
        .news_lists_right .news_text_list h3:hover{transform:translate(15px, 0);
            color:rgb(234,174,50);
            transition:all .3s;}
        .news_lists_right .news_text_list span{float:right;}
        #news_tab ul li{width: 21%; text-align: center; float: left; font-size: 23px; font-weight: 800; background: #F7F7F7; /* padding: 5px; */ margin: 0 24px 0 23px; line-height: 56px; border-radius: 13px; box-shadow: 0 0 1px #B6B6B6;transition:all .3s;}
        #news_tab ul li:hover{transform:translate(0,-10px);
            transition:all .3s;
            box-shadow: 0 0 30px #B6B6B6;
            cursor:pointer;
            background:#EAAE32;
            color:white;}
        #news_tab ul .selected{box-shadow: 0 0 30px #B6B6B6;
            transition:all .3s;
            background:#EAAE32;
            color:white;}
            .links-index{
            display: block;
            width: 100%;
            min-width: 1200px;
            background: #262626;
        }
        .links-index p{
            width: 94%;
            margin: 0 auto;
            line-height: 30px;
            color: #777;
        }
        .links-index p a{
            color: #777;
            margin: 0 5px;
        }
        .links-index p a:hover{
            color: #fff;
        }
.section-index.s2 .p-slide-middle .slick-dots{right:55%;}
        .section-index.s2 .slide .btn.slick-prev{left:14%;}
        .fix-zb{display:none !important;}
        .section-index.s2 .slide .btn.slick-next{right:49%;}